home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / FarmCat.Dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1997-11-18  |  288 b   |  17 lines

  1. on startMovie
  2.   global follow
  3.   set HC to the number of cast "handCursor"
  4.   cursor([HC, HC + 1])
  5.   set follow to 0
  6. end
  7.  
  8. on reInitialize
  9.   global follow
  10.   set follow to 0
  11.   repeat with x = 4 to 9
  12.     puppetSprite(x, 0)
  13.     set the visible of sprite x to 1
  14.   end repeat
  15.   updateStage()
  16. end
  17.